home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / WWW / LineMode / sun4 / Makefile next >
Encoding:
Makefile  |  1992-12-10  |  647 b   |  34 lines

  1. #  Make WWW under unix for sun 4
  2. #
  3.  
  4. # For W3 distribution, machine type for subdirectories
  5. WWW_MACH = sun4
  6.  
  7. # The ASIS repository's name for the machine we are on
  8. ASIS_MACH = sun-4/sunos-4.1.1
  9.  
  10.  
  11. CFLAGS = -I$(CMN) -I$(LM) -DDEBUG
  12. #CFLAGS = -I$(CMN) -I$(LM) -g  -DDEBUG
  13. #LFLAGS = -lresolv
  14. LFLAGS =
  15.  
  16. CC = cc
  17.  
  18. # Directory for installed binary:
  19. BINDIR = /usr/local/bin
  20.  
  21. #_________________ OK if normal W3 distribution
  22. # Where is the WWW source root?
  23. WWW = ../..
  24.  
  25. #  Where should temporary (object) files go?
  26. WTMP = /usr/tmp
  27.  
  28.  
  29. # Where is the W3 object library?
  30. LIBDIR = $(WWW)/Library/$(WWW_MACH)
  31.  
  32. include $(WWW)/LineMode/Implementation/CommonMakefile
  33.  
  34.